home *** CD-ROM | disk | FTP | other *** search
/ Programming Languages Suite / ProgramD2.iso / Borland / Borland C++ V5.02 / TUTOROOT.PAK / BUILDALL.BAT next >
DOS Batch File  |  1997-05-06  |  186b  |  12 lines

  1. if /%mk%/ == // set mk=make
  2.  
  3. %mk% %1 %2 %3 %4
  4. if errorlevel 1 set err=1
  5.  
  6. if exist  ole\NUL   cd ole
  7. %mk% %1 %2 %3 %4
  8. if errorlevel 1 set err=1
  9. if exist ..\ole\NUL cd ..
  10.  
  11. :end
  12.